home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000242_news@newsmaster….columbia.edu _Tue Aug 26 23:59:35 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id XAA11735
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 26 Aug 1997 23:59:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id XAA03254
  7.     for kermit.misc@watsun; Tue, 26 Aug 1997 23:59:34 -0400 (EDT)
  8. Path: news.columbia.edu!psinntp!rutgers!news.cis.ohio-state.edu!news.maxwell.syr.edu!howland.erols.net!infeed1.internetmci.com!newsfeed.internetmci.com!164.67.42.145!nntp.info.ucla.edu!csulb.edu!newshub.csu.net!alpha.sky.net!newshub.cts.com!newshub.nosc.mil!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: \Frpad() result is different between 3.14 and 3.15
  12. Message-ID: <KJ2$1GOFhZas@cc.usu.edu>
  13. Date: 26 Aug 97 11:39:13 MDT
  14. References: <3402f16f.1787782@news.calvacom.fr>
  15. Organization: Utah State University
  16. Lines: 52
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:7558
  18.  
  19. In article <3402f16f.1787782@news.calvacom.fr>, do11@calva.net (Dominique Ottello) writes:
  20. > Sorry, one more time it is me.
  21. > It seems there is a problem with \Frpad()
  22. > between MS-DOS Kermit 3.14 and 3.15
  23. > (Please use a fixed pitch font to see correctly)
  24. > With Kermit 3.14, the hereunder take file produce this screen :
  25. >   +-----------------------------------------+
  26. >   ! Boards : DCUB PSSB SCUA                 !
  27. >   ! Boards : DCUB PSSB SCUA                 !
  28. >   ! Boards : DCUB PSSB SCUA                 !
  29. >   +-----------------------------------------+
  30. > With Kermit 3.15, the hereunder take file produce this screen :
  31. >   +-----------------------------------------+
  32. >   ! Boards : DCUB PSSB SCUA                 !
  33. >   ! Boards : DCUB PSSB SCUA)))))))))))))))))!
  34. >   ! Boards : DCUB PSSB SCUA)))))))))))))))))!
  35. >   +-----------------------------------------+
  36. > Comments please.
  37. > Best regards,
  38. > define SCUA Yes
  39. > define SCUB No
  40. > define DCUA No
  41. > define DCUB Yes
  42. > define PSSA No
  43. > define PSSB Yes
  44. > define Boards
  45. > if equal \m(DCUA) Yes assign Boards DCUA
  46. > if equal \m(DCUB) Yes assign Boards \m(Boards) DCUB
  47. > if equal \m(PSSA) Yes assign Boards \m(Boards) PSSA
  48. > if equal \m(PSSB) Yes assign Boards \m(Boards) PSSB
  49. > if equal \m(SCUA) Yes assign Boards \m(Boards) SCUA
  50. > if equal \m(SCUB) Yes assign Boards \m(Boards) SCUB
  51. > assign Disp \Frpad(\m(Boards),30, )
  52. > assign \%c \Frpad(\m(Boards),30, )
  53. > ;
  54. > echo {      +----------------------------------------+}
  55. > echo {      ! Boards : \Frpad(\m(Boards),30, )!}
  56. > echo {      ! Boards : \m(Disp)!}
  57. > echo {      ! Boards : \%c!}
  58. > echo {      +----------------------------------------+}
  59. > == Dominique Ottello == do11@calva.net == Paris == France ==
  60. --------
  61.     It is a bug. Found and fixed.
  62.     Thanks,
  63.     Joe D.